home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 December / 2004-12 CHIP.iso / Internet / The Bat! Professional 3.01 / thebat_professional.msi / Data1.cab / thebat.exe / 0 / RCDATA / TDELFOLDERCONFIRM / TDELFOLDERCONFIRM.txt
Text File  |  2004-10-12  |  2KB  |  83 lines

  1. object DelFolderConfirm: TDelFolderConfirm
  2.   Left = 256
  3.   Top = 180
  4.   HelpContext = 63000
  5.   ActiveControl = bNo
  6.   BorderIcons = [biSystemMenu]
  7.   BorderStyle = bsDialog
  8.   Caption = 'Delete Mail Folder'
  9.   ClientHeight = 210
  10.   ClientWidth = 323
  11.   Color = clBtnFace
  12.   Font.Charset = DEFAULT_CHARSET
  13.   Font.Color = clWindowText
  14.   Font.Height = -11
  15.   Font.Name = 'MS Sans Serif'
  16.   Font.Style = []
  17.   OldCreateOrder = True
  18.   Position = poScreenCenter
  19.   OnActivate = FormActivate
  20.   OnClose = FormClose
  21.   OnCreate = FormCreate
  22.   OnPaint = FormPaint
  23.   PixelsPerInch = 96
  24.   TextHeight = 13
  25.   object Msg: TLabel
  26.     Left = 64
  27.     Top = 16
  28.     Width = 249
  29.     Height = 49
  30.     AutoSize = False
  31.     WordWrap = True
  32.   end
  33.   object iStopBevel: TBevel
  34.     Left = 16
  35.     Top = 16
  36.     Width = 32
  37.     Height = 32
  38.     Visible = False
  39.   end
  40.   object bNo: TButton
  41.     Left = 128
  42.     Top = 176
  43.     Width = 81
  44.     Height = 25
  45.     Cancel = True
  46.     Caption = '&No'
  47.     Default = True
  48.     ModalResult = 7
  49.     TabOrder = 2
  50.   end
  51.   object bYes: TButton
  52.     Left = 40
  53.     Top = 176
  54.     Width = 75
  55.     Height = 25
  56.     Caption = '&Yes'
  57.     ModalResult = 6
  58.     TabOrder = 1
  59.   end
  60.   object rgDelMessages: TRadioGroup
  61.     Left = 16
  62.     Top = 80
  63.     Width = 297
  64.     Height = 81
  65.     Caption = '&Messages from deleted folder'
  66.     ItemIndex = 0
  67.     Items.Strings = (
  68.       'Move to &Trash'
  69.       '&Wipe '
  70.       '&Leave message base files intact')
  71.     TabOrder = 0
  72.   end
  73.   object Help: TButton
  74.     Left = 224
  75.     Top = 176
  76.     Width = 75
  77.     Height = 25
  78.     Caption = 'Help'
  79.     TabOrder = 3
  80.     OnClick = HelpClick
  81.   end
  82. end
  83.